﻿@charset "UTF-8";
* {
	color: #444;
	font-family: "Microsoft Yahei";
	margin: 0;
	padding: 0;
}
.header{
	width: 1200px;
	height: 120px;
	background-color: #fff;
	padding: 50px 0 10px 0;
	margin: 0 auto;
}
.header-left{
       float: left;
       width: 400px;
       height: 120px;
}
.header-left img{
 	width: 400px;
        height: 80px;
}
.header-left h3{
	width: 400px;
	line-height: 20px;
	text-align: center;
}
.slogan{
	float: left;
	height: 120px;
	font-size: 18px;
	margin-left:80px;
}
.slogan p{
	line-height:100px;
	color: #0080ff;
}
.header-right{
	float: right;
	height: 100px;
	display: flex;
        align-items: center; 
        font-size: 14px;
}
.header-right img{
	height: 40px;
	width: 40px;
}
.header-right a{
	color: #333;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
/*导航*/
.nav-bar{
	height: 60px;
	width: 1200px;
	background: #00c792;
	border-radius: 3px;
	margin: 0 auto;
}
.nav-bar ul{
	list-style: none;
	overflow: hidden;
}
.nav-bar ul li{
	float: left;
}
.nav-bar ul li a{
	display: block;
    font-size: 16px;
    color: #FFF;
    line-height: 60px;
    padding: 0 45px;
    cursor: pointer;
    text-decoration: none;
}

